body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal {
    display: none;
}

#miDiv {
    position: relative;
    height: 200px;
    width: 100%;
    max-width: 3000px;
}

#miVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenedor-banner {
    max-width: 3200px;
    width: 100%;
}

.banner {
    display: flex;
    flex-direction: column;
    background-image: url(../../../public/images/miembros/proximos_miembros_movil.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.titulo-contacto {
    color: #185C91;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -10px;
    transition: all 0.3s ease-in-out; 
}

.titulo-contacto:hover{
    transform: scale(1.05); 
}

.maximo-contenedor {
    max-width: 865px;
    margin-bottom: 50px;
}

.encabezado-blog {
    margin: 40px 10px 50px 10px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
}

.parrafo-encabezado-blog:first-child {
    padding: 20px 20px 0 20px;
}

.parrafo-encabezado-blog:last-child{
    padding: 0 20px 20px 20px;
}

.ultimo-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);

    width: 100%;
}

.btn-nuevo {
    border-radius: 30px;
    background: #35A4DC;

    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    padding: 5px 50px;
    margin-top: -15px;

    transition: all 0.3s ease-in-out;/
}

.btn-nuevo:hover {
    color: white;
    background: #1E8AC0;
    /* Azul más oscuro */
    transform: scale(1.1);
    /* Hace que el botón crezca un poco */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* Sombra elegante */
}

.info-ultimo-blog {
    padding: 20px 20px 0 20px;
    width: 100%;
    max-width: 590px;
}

.categoria-ultimo-blog {
    color: #004573;
    text-align: start;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.titulo-ultimo-blog {
    color: #1492D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.fecha-ultimo-blog {
    color: #004573;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.div-reproductor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 590px;
}

.div-informacion-experto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
}

.imagen-experto {
    border-radius: 72px;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 0px 10px 0px rgba(0, 69, 115, 0.25);
    margin-right: 15px;
}

.nombre-experto {
    color: #004573;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.titulo-experto {
    color: #5B5B5B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-empresa {
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo-empresa {
    width: 66px;
    height: 44px;
    margin-left: 15px;
}

.nombre-experto {
    margin: 0 0 0 0px;
}

.blog-resumen {
    max-width: 590px;
    margin-top: 15px;
}

.blog-resumen h4 {
    color: #494949;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 30px;
    margin-bottom: 30px;
}

audio {
    width: 350px;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 20px 0 0 0;
}


.ver-mas {
    color: #494949;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.ver-mas:hover {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

@media (min-width:538px) {
    .titulo-contacto {
        font-size: 64px;
    }

    .blog-resumen h4 {
        padding: 0 0;
    }
}

@media (min-width:768px) {
    .banner {
        background-image: url(../../../public/images/miembros/proximos_miembros.png);
    }

    audio {
        width: 600px;
    }
}

@media (min-width:992px) {

    .info-ultimo-blog {
        padding: 20px 0 0 0;
        width: 100%;
        max-width: 590px;
    }

    .ultimo-blog {
        width: 865px;
    }

    .horizontal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 80%;
        max-width: 1400px;
        background: #FFF;
        padding: 10px 0;
    }

    .cuadro {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
        margin-top: 50px;
        width: 100%;
        max-width: 3000px;
    }

    .categorias {
        color: #004573;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        transition: 0.3s ease, color 0.3s ease;
    }

    .categorias:hover {
        transform: scale(1.1);
    }

    .categorias:first-child {
        margin-left: 40px;
    }


    .categorias:last-child {
        margin-right: 40px;
    }

    .categorias::after {
        background-color: #007bff;
        transition: 0.3s ease, left 0.3s ease;
    }

    .categorias:hover {
        color: #007bff;
    }

    .div-informacion-experto {
        padding: 0 0;
    }
}


/******************** Inicio entradas blog ********************/

.contenedor-secundario {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.entradas-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    flex-direction: column;
    max-width: 350px;

    border-bottom: 1px solid #35A4DC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.imagen-blog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-blog img {
    width: 100%;
    max-width: 420px;
    height: 100%;
    max-height: 200px;
    margin: 20px 0 20px 0;
    transition: all 0.3s ease-in-out;
}



.entrada-titulo {
    color: #35A4DC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.imagen-blog img:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.div-entrada-datos {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;

}

.div-resumen-mas {
    width: 100%;
}

.entrada-datos {
    color: #004573;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.entrada-resumen {
    color: #004573;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}


@media (min-width:750px) {
    .contenedor-entradas {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (min-width:992px) {
    .contenedor-entradas {
        max-width: 865px;
        width: 100%;
    }

    .entradas-blog {
        margin: 0 0;
        max-width: 100%;
    }

    .div-entrada-titulo {
        text-align: left;
        width: 100%;
    }


}

/******************** Fin entradas blog ********************/


/* PAginacion */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 10px;
    gap: 10px;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 50%;
    color: #6A6A6A;
    /* Gris */
    transition: background 0.3s, color 0.3s;
}

.pagination a:hover {
    color: white;
    background: #35A4DC;
    /* Azul */
}

.pagination .active span {
    color: white;
    background: #35A4DC;
    /* Azul */
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 50%;
}

.pagination .disabled span {
    color: #B0B0B0;
    pointer-events: none;
}




/************************* Blog Individual *************************/

.contendor-principal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.centrar_ind {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ind_blog_encabezado {
    width: 100%;
    max-width: 500px;
    margin: 20px;
    padding: 0 20px;
}

.ind_categoria {
    color: #004573;
    text-align: start;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.ind_titulo {
    color: #1492D1;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.ind_fecha {
    color: #004573;
    text-align: start;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0 10px 0;
}

.ind_info_invitado {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.div_experto_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.ind_foto_invitado {
    max-width: 100%;
    border-radius: 72px;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 0px 0px 10px 0px rgba(0, 69, 115, 0.25);
    margin-right: 15px;
}

.ind_experto {
    color: #004573;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.ind_titulo_experto {
    color: #5B5B5B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px 0 5px 0;
}

.div_info_empresa {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind_logo-empresa {
    max-width: 100px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    margin-left: 15px;
}

.ind_nombre_empresa {
    display: none;
}



@media(min-width:600px) {


    .ind_nombre_empresa {
        display: block;
        color: #004573;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 0 15px;
    }
}

.ind_youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.ind_resumen {
    margin-top: 20px;
    color: #494949;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-bottom: 1px solid #35A4DC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ind_resumen p {
    margin: 0;
}

.ind_img_blog img {
    max-width: 480px;
    width: 100%;
}

.ind_div_parrafos {
    border-bottom: 1px solid #35A4DC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ind_etiquetas {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    gap: 5px;
}

.ind_etiqueta {
    border-radius: 20px;
    background: #35A4DC;
    color: #fff;
    padding: 5px 20px;
    margin: 0 5px 0;
    transition: all 0.3s ease-in-out;
}

.ind_etiqueta:hover {
    color: white;
    background: #1E8AC0;
    transform: scale(1.05);
}

.div_articulos_relacionados {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.articulos_relacionado {
    width: 100%;
    max-width: 460px;
}

.articulos_relacionado p {
    color: #004573;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}

.div_blogs_relacionado {
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
}

.blogs_relacionados {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    max-width: 460px;
}

.blogs_relacionados img {
    width: auto;
    max-width: 500px;
    height: auto;
    max-height: 180px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.blogs_relacionados img:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.blog_titulo {
    margin: 15px 0 0 0;
    color: #35A4DC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog_resumen {
    color: #004573;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0;
}


.etiquetas_segundas {
    border-bottom: 1px solid #35A4DC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media(min-width:950px) {

    .contendor-principal {
        flex-direction: row;
        align-items: flex-start;
    }

    .div_articulos_relacionados {
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .ind_div_parrafos {
        border-bottom: none;
    }
}

/************************* Fin de Blog Individual *************************/

.etiquetas_blog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.etiquetas_blog p {
    margin-top: 0px;
    color: #004573;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}